home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
wais
/
waisgate
/
HTMLGen.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-05-09
|
460b
|
30 lines
/* */
/* HTML generator
*/
#ifndef HTMLGEN_H
#define HTMLGEN_H
#include "HTML.h"
#include "HTStream.h"
/* Subclass:
*/
/* extern CONST HTStructuredClass HTMLGeneration; */
/* Special Creation:
*/
extern HTStructured * HTMLGenerator PARAMS((HTStream * output));
extern HTStream * HTPlainToHTML PARAMS((
HTPresentation * pres,
HTParentAnchor * anchor,
HTStream * sink));
#endif
/*
*/